home *** CD-ROM | disk | FTP | other *** search
/ Hobby PC 13 / Hobby PC 13.iso / assets / Asset Library / Dynamic HTML Utilities / Ticker Tape Field / fxitems.xml < prev    next >
Extensible Markup Language  |  2001-04-09  |  763b  |  17 lines

  1. <?xml version="1.0" standalone="yes"?>
  2.  
  3. <Items>
  4.  
  5. <Item CLASS="TextData" TYPE="TEXT" ID="1">
  6.   <Icon SRC="scripttags.gif"/>
  7.   <Description>Tickertape with formfield and JavaScript</Description>
  8.   <SCRIPT LANGUAGE="JSCRIPT"> <![CDATA[
  9.     var usrMsg = Application.Prompt("What text would you like to scroll in the Ticker?","Created using SoftQuad HoTMetaL PRO 5.0","","","HMFX: Tickertape");
  10.     var usrWidth = Application.Prompt("How wide would you like the ticker field to be?","15","","","HMFX: Tickertape");
  11.     Application.FX.HTML("<SCRIPT ID='SQTickerField'>setupTicker('" + usrMsg + "'," + usrWidth + ",100); //</SCRIPT>","","","SQTicker");
  12.     Application.FX.HTML("","%Pathname%tickertape.txt","HEAD","SQTicker");
  13. //    ]]></SCRIPT>
  14.   </Item>
  15.  
  16. </Items>
  17.